projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a07ee2
)
range: Remove unused class struct members
author
Timm Bäder
<mail@baedert.org>
Fri, 14 Oct 2016 19:35:26 +0000
(21:35 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 17 Oct 2016 22:29:19 +0000
(
00:29
+0200)
gtk/gtkrange.h
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.h
b/gtk/gtkrange.h
index 161757d37d89af81039cb8f5a2a0dc0e18af1a88..856d63c1c56c04325640a0e06186b12367c39508 100644
(file)
--- a/
gtk/gtkrange.h
+++ b/
gtk/gtkrange.h
@@
-58,10
+58,6
@@
struct _GtkRangeClass
{
GtkWidgetClass parent_class;
- /* what detail to pass to GTK drawing functions */
- G_GNUC_DEPRECATED gchar *slider_detail;
- G_GNUC_DEPRECATED gchar *stepper_detail;
-
void (* value_changed) (GtkRange *range);
void (* adjust_bounds) (GtkRange *range,
gdouble new_value);